pp108 : propertySchema Property

propertySchema Property


Object that denotes the XML document that contains the Schema definition of the properties that belong to an object.

Syntax

HTML

<div cordysType =  "wcp.library.util.PropertySheetLibrary"  id=propertysheetID propertySchema=oPropertySchema..>
...
</div>


Parameters

Parameter

Description

oPropertySchema

Object that contains the schema definition of the properties that is to be displayed in the property sheet.


Remarks


Following is a sample declaration of the property propertySchema in the HTML page.

XML

<script type="cordys/xml" id="propertySchema">
    <formula annotation="A collection of one or more expressions.> 
       <description type="string" path="description" annotation="The description of the formula."/> 
       <type type="string" path="type" annotation="The actual name of the formula"/> 
    </formula>
</script>



Theinlineproperty of the component should be set to "true" for this property to work fine.

See Also


propertysheet